home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / TINY.SMP < prev    next >
Text File  |  1990-09-16  |  201b  |  12 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define tiny_width  8
  4. #define tiny_height 1
  5.  
  6. unsigned char tiny_shape[] = {
  7.     0x66,
  8. };
  9. unsigned char tiny_mask[] = {
  10.     0x99,
  11. };
  12.